home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMTEX / SOURCES1 / !TeX / texmf / source / armTeX / mf / convert < prev    next >
Encoding:
Text File  |  1998-03-13  |  416 b   |  17 lines

  1. echo Concatenating...
  2. fcat %0.common_def %0.texmf_def %0.riscos_def mf.p >temp
  3. echo First sed run...
  4. sed -f "<Obey$Dir>.SedScr1" temp >temp2
  5. echo web2c...
  6. web2c -hh.texmf -m <temp2 >temp
  7. echo second sed run...
  8. sed -f "<Obey$Dir>.SedScr2" temp >temp2
  9. echo fixwrites...
  10. fixwrites <temp2 >temp
  11. echo splitup...
  12. splitup mf <temp
  13. fcat h.coerce h.fixcoerce >h.xcoerce
  14. copy h.xcoerce h.coerce ~cd~v
  15. remove temp
  16. remove temp2
  17.